home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / keeplr11.zip / DUMP.DOC next >
Text File  |  1990-07-01  |  875b  |  26 lines

  1. The DUMP utilities are quick 'n' dirty programs to let you see what happened
  2. to your messagebase pointers before and after packing.  Leave your printer
  3. turned on, and the programs will print out high-message-read information.  If
  4. there's a printer error, the programs will fall through with an error message
  5. displayed on your CRT.  Use these utilities entirely at your own risk.
  6.  
  7. Example batch file fragment:
  8.  
  9.    DUMPBBS
  10.    DUMPLRQ
  11.    COPY LASTREAD.BBS SAVEDLR.BBS
  12.    COPY E:\DB\DBRIDGE.LRQ SAVEDLR.LRQ
  13.    SAV-DBLR
  14.    MBUTIL PACK -FORCE -DELETE
  15.    RES-DBLR
  16.    IF ERRORLEVEL 1 ECHO Error during Messagebase Maintenance >> E:\DB\DB.LOG
  17.    IF ERRORLEVEL 1 COPY SAVEDLR.BBS LASTREAD.BBS
  18.    IF ERRORLEVEL 1 COPY SAVEDLR.LRQ E:\DB\DBRIDGE.LRQ
  19.    IF ERRORLEVEL 1 GOTO QUIT
  20.    DEL SAVEDLR.BBS
  21.    DEL SAVEDLR.LRQ
  22.    :QUIT
  23.    MBUTIL LINK
  24.    DUMPBBS
  25.    DUMPLRQ
  26.